home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 5
/
Amiga Tools 5.iso
/
tools
/
dfÜ
/
bbs
/
tronbbs
/
tron
/
menus
/
test.src
< prev
next >
Wrap
Text File
|
1996-07-16
|
887b
|
54 lines
Menu "test.menu"
flags hotkeyable
level 0 - 255 , "Test.Ansi"
prompt 0 , 0 - 255 , "|Press a key : "
prompt 1 , 0 - 255 , "|Press a key : "
BEGIN ; Start the command definitions
Cmd "T"
CliDoor "tron:doors/quest/DoQuest ~50 ~51"
EndCmd
Cmd "R"
CliDoor "tron:doors/quest/ViewQuest ~50 ~51"
more
EndCmd
Cmd "M" , 1 - 255
LUMA
EndCmd
Cmd "F" , 1 - 255
LUFA
EndCmd
Cmd "L" , 0-255
; DosCommandSync "tron:utils/listnodes >ram:mylist"
; Print "|Node Actie Name Place Level |"
; Print "=====================================================|"
; PrintFile "ram:mylist"
; Print "|"
; More
CliDoor "tron:utils/listnodes IBM"
More
EndCmd
Cmd "Q" , 0 - 255
PreviousMenu ; GotoMenu "Main.Menu"
EndCmd
Cmd ""
PreviousMenu ; GotoMenu "Main.Menu"
EndCmd
END